| Response Data Overview |
Copy Code |
|---|---|
dataEventId: {{unique Event ID stored in database}},
baseSearch: {//all criteria pertaining to the pricing search
criteria: {data pertaining to the borrower criteria},
property: {data pertaining to the property},
brokerCriteria: {data pertaining to the loan broker},
accessCriteria: {internal use fields that assist with the search},
miCriteria: {data pertaining to the loan},
closingCost: {data pertaining to the closing cost},
feeCriteria: {data pertaining to fees},
//all other fields related to the search, such as rates, terms, loan type, and more, are one level under the baseSearch container.
},
resultMap: { //contains all of the search results
resultRates: {
{{data pertaining to the rates returned, found in the rateSet, monthlyPaymentByRate, and interpolatedRates fields}},
data: {{search results, organized by rate}} {
2.25:[//sample rate; line results for this rate are listed below
{line result containing all data for a single search result at this rate},
{line result containing all data for another search result at this rate}
]
}
}
} | |
